home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Internet
/
WWW
/
gform.1.1
/
INSTALL
< prev
next >
Wrap
Text File
|
1995-10-08
|
1KB
|
63 lines
gform Version 1.1 Last revised 08-Oct-95 HR.
INSTALL
------
1. Look at the config.h and edit the following vars if needed;
USERDIR - Users HTML directory. If not defined (default)
then no '~' expansion permitted.
MAILER - Path to "binmail"
PRINTCMD - Path to print command.
PRINTQ - Switch to use to specify print queue.
2. Do a 'make'
3. Copy 'gform' into your 'cgi-bin' directory.
4. Check it out with one of the included samples.
Docco is in gform.html and also gform.txt. The latest can be found
at http://www.swin.edu.au/csit/gform.html
--
Systems on which its known to work.
- Sun 4.1.3 with with gcc-2.6.2 and cc.
- DEC-Alpha 2100 OSF/1 3.0 gcc-2.6.2 and cc.
- Solaris 2.4 with gcc
If anyone needs to make some porting specific mods, let me know
and send me a 'diff'. Any suggestions will be welcomed as well.
WHAT IS IT
----------
gform is a generic HTML form handling program.
It handles 'application style' forms where the user submits
requests, orders, pizzas etc.
Thanks to the following people for their contributions
Jonathan Magid jem@sunsite.unc.edu
Alan Robertson alanr@dr.att.com
Its place of origin is:
ftp.swin.edu.au:/pub/cwis/apps/admintools/gform-1.1.tar.gz
The author can be contacted at:
harry@swin.edu.au
TODO
----
- PostScript printing option that preserves the look of the form
- Possible EXEC command to include parameter passing to other
progs.
harry@swin.edu.au